home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 May / PCWorld_2000-05_cd.bin / Software / TemaCD / povray / povwin3.exe / %MAINDIR% / Insert Menu / CSG operations / intersection.txt < prev    next >
Encoding:
Text File  |  2000-04-06  |  133 b   |  8 lines

  1. // CSG intersection, the common space where all the shapes meet
  2. intersection
  3. {
  4.   Shape1 {...}
  5.   Shape2 {...}
  6.   ShapeN {...}
  7. }
  8.